home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
invaders.swf
/
scripts
/
frame_1
/
PlaceObject2_8_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
173 b
|
16 lines
onClipEvent(enterFrame){
i++;
if(i == 1)
{
prevFrame();
}
if(i == 4)
{
nextFrame();
}
if(i == 6)
{
i = 0;
}
}